home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 2.adf / ln52.lzh / changes.ln next >
Text File  |  1991-10-03  |  769b  |  23 lines

  1. LMAIN.C/nextarg()
  2.     until C86 is ansi, an argument file on 8086 must be read with agetc()
  3.     created a macro GETC for this
  4. 7/8/91
  5.     merged in mac changes
  6.  
  7. 7/20/91
  8.     linker didn't report an error when an overlay's initialized data 
  9.     contained a pointer to an overlay function. For example, the linker
  10.     should report an error if the following code is in an overlay:
  11.       void ov(void){}
  12.       void (*fp)(void)=ov;
  13.  
  14. 8/16/91
  15.     findsym() was assuming a string list entry was a symbol, and indirecting
  16.     off its sg_sym pointer. This caused enforcer hits on the amiga when program
  17.     was linked with debugging info turned on.
  18.     Added check to make sure it is a symbol.
  19.  
  20. 8/21/91
  21.     when linking in amiga object modules, linker was generating 
  22.     incorrect 32-bit code-to-data relocation records 
  23.